home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / wp / thedjg22.zip / README < prev    next >
Text File  |  1996-05-26  |  5KB  |  125 lines

  1.                       Welcome to THE, The Hessling Editor.
  2.  
  3. INTRODUCTION
  4. ------------
  5.  
  6. THE is a full-screen character mode text editor based on the VM/CMS editor
  7. XEDIT and some features of KEDIT for DOS written by Mansfield Software.
  8.  
  9. THE has currently been ported to most Unix systems, DOS, OS/2 and a
  10. MS-Windows version is also available as a shareware release.
  11. As of release 2.2, THE also is available as a native X11 application.
  12.  
  13. An attempt has been made to port THE to VAX/VMS. Some major work is still
  14. required. A port to the Amiga is currently being undertaken.
  15.  
  16. THE is known to run on SunOS 4.1.3, Solaris 2.x, Xenix-386, DOS,
  17. OS/2 2.x/3.x, Esix 4.0.3a, ATT SystemV 3.2, Linux, FreeBSD, AIX, HP-UX,
  18. Ultrix, Sequent, DG/UX, OSF/1. THE should compile on any Unix system.
  19.  
  20. THE OS/2 port is similar to EPM, runs within an OS/2 command window and is
  21. HPFS aware. THE also uses the OS/2 REXX interpreter to execute macro files.
  22. An extensive interface exists between THE and REXX giving THE the complete
  23. power of REXX.
  24.  
  25. REXX support is built in with the Extended DOS version. This version uses the
  26. freely available REXX interpreter, Regina, which is available via 
  27. ftp://ftp.pvv.unit.no/pub/rexx/regina-0.07a.tar.Z
  28.  
  29. For Unix ports, REXX support is available with Regina (see above) and with
  30. REXX/imc (http://www.comlab.ox.ac.uk/oucl/users/ian.collier/Rexx/tarfiles.html)
  31. Under the AIX platform, THE can also use REXX/6000 available from IBM.
  32.  
  33.  
  34. THELIST: A Mailing list for announcements and discussion of THE.
  35. ---------------------------------------------------------------
  36.  
  37. A mailing list has been created for discussion of THE. You can subscribe
  38. to it by sending an email message to listserv@uiuc.edu with the body of 
  39. the email message containing:
  40.  
  41. SUBSCRIBE THELIST Your Name
  42.  
  43. To send messages to other subscribers, send an email message to
  44. thelist@uiuc.edu
  45.  
  46.  
  47. Where to get THE
  48. ----------------
  49.  
  50. THE is distributed under the terms of the GNU General Public License.
  51. For more details see the file COPYING that should have accompanied this
  52. file.
  53.  
  54. THE is available from the following sites:
  55.  
  56.  North America:  ftp://uiarchive.cso.uiuc.edu/pub/packages/THE
  57.                  http://uiarchive.cso.uiuc.edu/
  58.                  ftp://ftp.xylogics.com/pub/misc/THE
  59.  Europe:         ftp://ftp.germany.eu.net/pub/comp/sysv/THE
  60.  Australia:      ftp://ftp.qut.edu.au/src/THE
  61.                  http://www.gu.edu.au/gwis/the/markh.html
  62.  
  63. Files available:
  64.  
  65. thedos??.zip            - version ?.? DOS executable and documentation
  66. thedjg??.zip            - version ?.? extended DOS executable and documentation
  67. theos2??.zip            - version ?.? OS/2 executable and documentation
  68. thesrc??.zip            - source code for version ?.?
  69. THE-?.?.tar.gz          - source code for version ?.?
  70. thedoc??.zip            - HTML documentation for version ?.?
  71.  
  72. thedit21.zip            - version 2.1 MS-Windows 3.1 port (shareware)
  73.  
  74. Pre-compiled binaries for various Unix systems are also available from 
  75. the sites above.
  76.  
  77. All zip files use Info-Zip's Zip 2.01.
  78. Also note that the source files will be in Unix format (LF only to end line)
  79. so unzipping under DOS or OS/2 use the -a switch.
  80.  
  81.  
  82. Notes on Source Distribution:
  83. ----------------------------
  84.  
  85. THE uses curses as its screen handler. This makes it portable but not the
  86. best for fast screen refreshes.
  87.  
  88. To compile the DOS and OS/2 port you need PDCURSES 2.3 (or later); a
  89. public domain library of curses screen handling routines, of which I am 
  90. the current maintainer. PDCurses 2.3 is also available from the Australian
  91. anon ftp site mentioned above in /src/PDCurses
  92.  
  93. You also require PDCurses 2.3 (or later) for the X11 port.
  94.  
  95. To assist with configuring THE to compile under Unix, a Configure script
  96. is included. This script should be able to set up most, if not all
  97. requirements for compilation. Run Configure with the --help switch to
  98. determine what configuration options are available.
  99.  
  100. If building THE with REXX support using Regina 0.07a, you will need to
  101. apply several patches to the original Regina source distribution. These
  102. patches are in the file; rexxdiff.zip.
  103.  
  104. ********************* Note to Users of Borland C++ 2.0 *****************
  105. There is a bug in the stat() function that returns an error if you call
  106. stat() with the root directory. This causes any sos_edit of a directory
  107. that will resolve to the root directory to think it is a new file.
  108. The bug in stat() has been fixed in release 3.0.
  109. ********************* Note to Users of Borland C++ 2.0 *****************
  110.  
  111. If you find bugs or major inconsistencies, please let me know. If you
  112. manage to compile and run on a different platform to the above, please
  113. send me any changes to the code and the makefile, so I can include the
  114. patches in the official release.
  115.  
  116. Enjoy, Mark.
  117.  
  118. ------------------------------------------------------------------------
  119. Mark Hessling                   Email:             M.Hessling@qut.edu.au
  120. PO Box 203                      Phone:                    +617 3849 7731
  121. Bellara                         http://www.gu.edu.au/gwis/the/markh.html
  122. QLD 4507                        **** Maintainer PDCurses & REXX/SQL ****
  123. Australia                       ************* Author of THE ************
  124. ------------------------------------------------------------------------
  125.